home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Form1
- Caption = "Form1"
- ClientHeight = 2730
- ClientLeft = 1515
- ClientTop = 2220
- ClientWidth = 6075
- Height = 3135
- Left = 1455
- LinkMode = 1 'Source
- LinkTopic = "Form1"
- ScaleHeight = 2730
- ScaleWidth = 6075
- Top = 1875
- Width = 6195
- Begin CommandButton Command2
- Caption = "Exit"
- Height = 492
- Left = 2160
- TabIndex = 2
- Top = 1800
- Width = 1932
- End
- Begin CommandButton Command1
- Caption = "Run Test Case"
- Height = 492
- Left = 2160
- TabIndex = 1
- Top = 1080
- Width = 1932
- End
- Begin Label Label1
- Alignment = 2 'Center
- Caption = "Test Case for SortStrings()"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 12
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 492
- Left = 480
- TabIndex = 0
- Top = 360
- Width = 5172
- End
- Sub Command1_Click ()
- TestSorts
- End Sub
- Sub Command2_Click ()
- End
- End Sub
-